.label-bold {
    font-weight: 700;
    color: black;
}

.form-label {
    font-weight: 700 !important;
    color: black !important;
}

.pl-30 {
    padding-left: 30px;
}

.fs-30 {
    font-size: 16px !important;
}

.fs-link {
    color: #004883 !important;
}

.fs-red {
    color: #d80d0d !important;
}

.table th {
    background-color: #eaeaea !important;
    color: black !important;
}

/* buttons blue 2478A2 */
.btn-primary {
    background-color: #FF5D63 !important;
    border-color: #FF5D63 !important;
}

.btn-primary-can {
    color: #FF5D63 !important;
    border-color: #FF5D63 !important;
    background-color: #e9e9e5;
}

.btn.btn-primary:hover {
    background-color: #FF5D63 !important;
    border-color: #FF5D63 !important;
}

#template-customizer .template-customizer-open-btn {
    background-color: #004883 !important;
}

.form-control:focus#roleDescription {
    border-color: #004883 !important;
}

.form-control:focus,
.form-select:focus {
    border-color: #004883 !important;
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 100% !important;
    }
}

.bg-menu-theme .menu-text {
    color: #ffffff !important;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
    background-color: #004883 !important;
    color: #fff;
}

.nav-tabs .nav-link:not(.active):hover,
.nav-tabs .nav-link:not(.active):focus,
.nav-pills .nav-link:not(.active):hover,
.nav-pills .nav-link:not(.active):focus {
    color: #004883 !important;
}

.a-text {
    color: #004883 !important;
}

.alert-info {
    background-color: #d0e7da !important;
    border-color: #d0e7da !important;
    color: #004883 !important;
}

.green {
    background-color: #004883 !important;
    color: #ffffff;
}

.shagreen {
    background-color: #F1F2F4;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
}

.shad-card {
    box-shadow: 0 0.25rem 0.125rem #6da987 !important;
}

.shad-card-total-p {
    box-shadow: 0 0.25rem 0.125rem #7367f0 !important;
}

.shad-card-up-p {
    box-shadow: 0 0.25rem 0.125rem #ea5455 !important;
}

.shad-card-active-p {
    box-shadow: 0 0.25rem 0.125rem #28c76f !important;
}

.shad-card-complete-p {
    box-shadow: 0 0.25rem 0.125rem #ff9f43 !important;
}

.form-check-input:checked,
.form-check-input[type=checkbox]:indeterminate {
    background-color: #FF5D63 !important;
    border-color: #FF5D63 !important;
}

.page-item.active .page-link,
.pagination li.active>a:not(.page-link) {
    background-color: #FF5D63 !important;
    border-color: #FF5D63 !important;
    color: #fff;
}

.table-allborder th,
.table-allborder td {
    border: 1px solid #dee2e6;
    /* Default Bootstrap border color */
}

.select2-container--default .select2-results__option--highlighted:not([aria-selected=true]) {
    background-color: #d6e2db !important;
    color: #004883 !important;
}

.select2-results__option[role=option][aria-selected=true] {
    background-color: #004883 !important;
    color: #fff;
}

input.form-control:focus,
select.form-select:focus {
    border-color: #004883 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #004883 !important;
    background-color: rgb(222 237 229) !important;
}

.daterangepicker td.active:not(.off) {
    background: #004883 !important;
    color: #fff !important;
}

.permission-table th,
.permission-table td {
    text-align: center;
}

.document-preview {
    margin-bottom: 1rem;
}

.image-preview img {
    max-width: 100px;
    height: auto;
}

.pdf-preview img,
.text-preview img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.document-preview a {
    text-decoration: none;
    color: #004883;
}

.document-preview a:hover {
    text-decoration: underline;
    color: #004883 !important;
}

/* #loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
} */

.file-section {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
}

.file-section h4 {
    margin-top: 0;
}

.document-preview {
    margin-bottom: 10px;
}

.image-preview img {
    max-width: 100px;
    max-height: 100px;
}

.file-icon {
    margin-right: 10px;
}

/* ticket-list */
.board-column {
    max-width: 300px;
}

.tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    /* font-size: 75%; */
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.tag-design {
    background-color: #6f42c1;
}

.tag-db-design {
    background-color: #28a745;
}

.tag-sprint {
    background-color: #17a2b8;
    padding: 0 8px;
    overflow: hidden;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    word-wrap: break-word;
    white-space: normal;
    max-width: auto;
}

.tag-no-sprint {
    background-color: #dc3545;
    padding: 0 8px;
    overflow: hidden;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.container-custom {
    display: flex;
    min-height: 80%;
    height: 92%;
    overflow-x: auto !important;
    white-space: nowrap;
    width: 100% !important;
}

.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
}

.tag-Project {
    background-color: #17a2b8;
}

.user-profile-header-banner img {
    width: 100%;
    object-fit: cover;
    height: 100px;
}

.user-profile-header {
    margin-top: -2rem;
    padding-left: 20px;
}

.user-profile-header .user-profile-img {
    width: 120px;
}

.ticket-header-info-margin {
    margin-left: -0.5rem;
}

.font-bold {
    font-weight: 400 !important;
    color: black !important;
}

.invalid-message-popups {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    color: #ea5455;
}

.description-container {

    overflow: hidden;
    /* Prevent overflow from affecting layout */
    position: relative;
}

.description-content {
    display: block;
    word-break: break-word;
}

.read-more {
    font-size: 12px;
    color: #7E7A8A;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: normal;
    padding: 0 10px;
}

.user-profile-header-banner img {
    width: 100%;
    object-fit: cover;
    height: 100px;
}

.user-profile-header {
    margin-top: -2rem;
    padding-left: 20px;
}

.user-profile-header .user-profile-img {
    width: 120px;
}

tbody {
    font-size: 13px !important;
    ;
}

.document-name-wrap {
    overflow-wrap: anywhere;
}

.layout-navbar {
    height: 1.975rem !important;
}

.layout-navbar-fixed .layout-navbar.navbar-detached {
    width: 100% !important;
    left: 0 !important;
}

/* @media (max-width: 1199.98px) {
    .layout-navbar-fixed .layout-navbar.navbar-detached {
        width: 100% !important;
    }
} */

.layout-navbar.navbar-detached {
    border-radius: 0 !important;
    padding: 0 0 !important;
    background-color: #004883 !important;
}

.menu-vertical .menu-item .menu-link {
    font-size: 14px !important;
}

.light-style .menu .app-brand.demo {
    height: 38px !important;
}

.menu-vertical .menu-item .menu-link,
.menu-vertical .menu-block {
    padding: 0.2rem 1rem !important;
}

.menu-inner {
    background-color: #004883 !important;
}

.bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
    background: none !important;
    box-shadow: 0px 0px 0px 0px #238ce3 !important;
}


.bg-menu-theme.menu-vertical .menu-item:hover>.menu-link:not(.menu-toggle) {
    background: none !important;
    box-shadow: 0px #004883 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}

.bg-menu-theme.menu-vertical .menu-item:focus>.menu-link:not(.menu-toggle) {
    background: none !important;
    box-shadow: 0px #004883 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}

.bg-color {
    background-color: #00488357 !important;
}

.bg-color-rem {
    background-color: #004883 !important;
}

.footer-bg {
    background-color: #004883 !important;
}

.main-heading_h4 {
    font-size: 18px !important;
    font-weight: bold;
    line-height: 32px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-heading_hh4 {
    font-size: 16px !important;
    font-weight: bold;
    line-height: 32px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bg-shadow {
    background-color: #004883 !important;
    box-shadow: inset -1px -1px 0.25rem 0px rgba(165, 163, 174, 0.3) !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-10 {
    font-size: 11px !important;
}


.avatarimg {
    width: 20px !important;
    height: 20px !important;
}

.board-column-scroll {
    border-radius: 0 0 8px 8px;
    background-color: #e1e1e1;
    overflow-y: auto;
    max-height: calc(100vh - 160px);
    /* Adjust to fit your layout */
    scrollbar-width: thin;
    /* Use 'thin' or 'none' for width */
    scrollbar-color: #b0b0b0 #e1e1e1;
    /* thumb-color track-color */
}

.col-md-31 {
    margin-right: 10px;
    flex: 0 0 auto;
    width: 272px;
    display: inline-block;
    vertical-align: top;
    min-width: 270px !important;
    max-width: 274px !important;
}

.container-xxl {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.btn-shape {
    background-color: transparent !important;
    box-shadow: none !important;
    margin-top: 2px !important;
    color: white !important;
}

.btn-shape:hover {
    background-color: #004883 !important;
    color: white !important;
}

.text-style {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.text-color {
    color: #6f6b7d !important;
}

.navbar-top-layout {
    margin-top: 2rem !important;
}

.avatar.avatar-online:after,
.avatar.avatar-offline:after,
.avatar.avatar-away:after,
.avatar.avatar-busy:after {
    right: 1px !important;
    width: 5px !important;
    height: 5px !important;
}

.btn-whitecol {
    background-color: #FF5D63 !important;
    color: #FFFFFF !important;
    padding: 5px 10px !important;
}

.btn-whitecol:hover {
    background-color: #FF5D63 !important;
    color: #FFFFFF !important;
}

.pt-s-2 {
    padding-top: 2.1px;
}

.layout-navbar-fixed .layout-page:before {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background: none !important;
    -webkit-mask: none !important;
    mask: none !important;
}

.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
    color: #ffffff !important;
}

.menu-item.active {
    background-color: #FF5D63;
}

.menu-item.active a {
    color: #333;
}

.menu-item:hover {
    background-color: #004883 !important;
}

.bg-menu-theme .menu-inner-shadow {
    background: none !important;
}

#layout-menu {
    border: 1px solid #004883;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 30px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
    z-index: 0 !important;
}

#template-customizer {
    display: none !important;
}

.card-shadow {
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1) !important;
}

.dataTables_filter input {
    padding: 5px 10px;
    font-size: 12px;
    height: 30px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
}

.dataTables_length select {
    font-size: 12px;
    height: 30px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22icon%20icon-tabler%20icon-tabler-chevron-right%22%20width%3D%2216%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.75%22%20stroke%3D%22%23ffffff%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpolyline%20points%3D%229%206%2015%2012%209%2018%22%2F%3E%3C%2Fsvg%3E')) !important;
}

.over-hidden {
    overflow-x: hidden;
}

.logo-login {
    font-size: 20px;
    font-weight: bold;
    color: #004883;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
    height: 0 !important;
}

.text-line {
    border-bottom: 2px solid #004883;
    /* display: inline-block; */
}

.nav.nav-pills .nav-link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


.user-profile-header {
    margin-top: 0 !important;
}

.table th {
    font-size: 11px !important;
    padding-top: 0.48rem !important;
    padding-bottom: 0.48rem !important;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::before,
table.dataTable thead .sorting_desc_disabled::after {
    line-height: 0.5rem !important;
}

.modal-header {
    padding: 5px 10px !important;
    background-color: #FF5D63;

}

.modal-title {
    color: white !important;
}

.description-box {
    height: 15rem !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* padding: 10px;  */
    border: 1px solid #ccc !important;
}

.light-style .select2-selection--multiple .select2-selection__choice {
    margin-right: 0.205rem !important;
}

.daterangepicker select.yearselect {
    width: 55% !important;
}

.ql-snow .ql-editor {
    min-height: 12rem !important
}

.ql-editor p {
    margin-bottom: 2px !important;
}

.light-style .ql-snow .ql-editor {
    padding: 1rem !important;
}

.responsive-image {
    max-width: 100%;
    max-height: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

table td img {
    max-width: 400px;
    max-height: 200px;
}


.ql-tooltip {
    margin-left: 80px !important;

}

.ql-container {
    overflow: visible !important;
    position: relative !important;
}


.img-description img {
    width: auto !important;
    max-width: 100% !important;
}

.img-description p {
    margin-bottom: 0 !important;
}

.comments-display {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
    word-wrap: break-word;
}

.document-list {
    max-height: 222px !important;
    overflow-y: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.td-colon {
    padding-left: 2px !important;
    padding-right: 4px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 10px !important;
}

.total-tickets-lable {
    float: right;
    color: #a7a1a1;
    padding-right: 23px;
}

.dropdown-menu {
    --bs-dropdown-min-width: 11rem !important;
}

.header-image-width {
    width: 2rem !important;
    height: 2rem !important;
    margin-right: 20px !important;
}

.hr-with-text {
    display: flex;
    align-items: center;
    text-align: center;
    color: #004883;
    font-weight: bold;
}

.hr-with-text::before,
.hr-with-text::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #004883;
    margin: 0 10px;
}

.label-underline {
    font-weight: 500;
    border-bottom: 2px solid #004883;
    padding-bottom: 2px;
    font-size: medium;
}

input[readonly],
textarea[readonly] {
  background-color: #f3f3f3;
}

.btn-SubmitExcelFile {
    width: 6.6rem !important;
    height: 3.5rem !important;  
    padding: 0 !important;
    line-height: 1.5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.menu-divider-major {
    margin: 1rem 0;
}

.menu-divider-minor {
    margin: 0.5rem 0;
}